body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  font-size: 12px;
  font-family: 'PingFang SC', Helvetica, 'Microsoft YaHei', Arial;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  clear: both;
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.zhanwei {
  background-color: #f6f6f6;
}

.icon {
  background: url(01-icon.png) no-repeat;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .icon {
    background-image: url(01-icon.png);
    background-size: 574px auto;
  }
}


.headTop {
  background: #3460AB;
  height: 38px;
}

.ydheadTop {
  display: none;
}

.headTop .head-time {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 38px;
}

.headTop .head-right {
  float: right;
  position: relative;
}

.headTop .head-right img {
  background: none
}

.headTop .head-right .search,
.headTop .head-right .login,
.headTop .head-right .weibo,
.headTop .head-right .wechat,
.head-right .tiktok,
.head-right .kuaishou,
.head-right .xfsy {
  display: inline-block;
  cursor: pointer;
  height: 38px;
  position: relative;
}

.headTop .head-right .search {
  width: 38px;
  height: 26px;
  float: left;
  margin-top: 6px;
  background: none;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}

.headTop .head-right .search input {
  width: 138px;
  height: 26px;
  line-height: 26px;
  outline: none;
  border: none;
  background: none;
  padding: 0 10px;
  color: #fff;
  display: none;
}

.headTop .head-right .search.active {
  background: #6891c8;
}

.headTop .head-right .search.active input {
  display: block;
}

.headTop .head-right .search input::-webkit-input-placeholder {
  color: #fff;
}

.headTop .head-right .search input:-moz-placeholder {
  color: #fff;
}

.headTop .head-right .search input::-moz-placeholder {
  color: #fff;
}

.headTop .head-right .search input:-ms-input-placeholder {
  color: #fff;
}

.headTop .head-right .icon-search {
  width: 16px;
  height: 16px;
  background-position: -18px 0;
  position: absolute;
  top: 6px;
  right: 10px;
}

.headTop .head-right .icon-login {
  width: 59px;
  height: 38px;
  background-position: -55px 12px;
}

.headTop .head-right .icon-write {
  width: 59px;
  height: 38px;
  background-position: -410px 12px;
}

.headTop .head-right .icon-weibo {
  width: 59px;
  height: 38px;
  background-position: -114px 12px;
}

.headTop .head-right .icon-wechat {
  width: 59px;
  height: 38px;
  background-position: -174px 12px;
}

.headTop .head-right .icon-tiktok {
  width: 59px;
  height: 38px;
  background: url('tiktok.svg') no-repeat center;
  background-size: 26%;
  display: inline-block;
}

.headTop .head-right .icon-kuaishou {
  width: 59px;
  height: 38px;
  background: url('kuaishou.svg') no-repeat center;
  background-size: 26%;
  display: inline-block;
}

.headTop .head-right .icon-xfsy {
  width: 59px;
  height: 38px;
  background: url('xfsy.svg') no-repeat center;
  background-size: 26%;
  display: inline-block;
}

.headTop .head-right .login:hover .icon-login {
  background-color: #fff;
  background-position: -232px 12px;
}

.headTop .head-right .write:hover .icon-write {
  background-color: #fff;
  background-position: -469px 12px;
}

.headTop .head-right .weibo:hover .icon-weibo {
  background-color: #fff;
  background-position: -290px 12px;
}

.headTop .head-right .wechat:hover .icon-wechat {
  background-color: #fff;
  background-position: -349px 12px;
}

.headTop .head-right .tiktok:hover {
  background-color: #fff;
}

.headTop .head-right .tiktok:hover .icon-tiktok {
  background: url('tiktok_dark.svg') no-repeat center;
  background-size: 26%;
}

.headTop .head-right .kuaishou:hover {
  background-color: #fff;
}

.headTop .head-right .kuaishou:hover .icon-kuaishou {
  background: url('kuaishou_dark.svg') no-repeat center;
  background-size: 26%;
}

.headTop .head-right .weibo:hover img {
  display: block;
}

.headTop .head-right .wechat:hover img {
  display: block;
}

.headTop .head-right .tiktok:hover img {
  display: block;
}

.headTop .head-right .kuaishou:hover img {
  display: block;
}

.weibo-img,
.wechat-img {
  width: 150px;
  height: 150px;
  position: absolute;
  display: none;
}

.weibo-img {
  top: 38px;
  right: -49px;
}

.wechat-img {
  top: 38px;
  right: -49px;
}

.tiktok-img {
  top: 38px;
  right: -90px;
  height: auto;
  width: 240px;
  z-index: 99;
  position: absolute;
  display: none;
}

.kuaishou-img {
  top: 38px;
  right: -90px;
  height: auto;
  width: 240px;
  z-index: 99;
  position: absolute;
  display: none;
}

.login:hover .login-list {
  display: block;
}

.login .login-list {
  position: absolute;
  top: 38px;
  left: -15px;
  box-shadow: 0px 3px 7px rgba(52, 96, 171, .5);
  display: none;
}

.login .login-list li {
  width: 90px;
  height: 40px;
  text-align: center;
  background: #fff;
  line-height: 40px;
}

.login .login-list li a {
  color: #3460AB;
  font-size: 14px;
}

.login .login-list li:hover {
  background: #3460AB;
}

.login .login-list li:hover a {
  color: #fff;
}

.main {
  width: 1000px;
  margin: 0 auto;
}

.wrapBanner {
  height: 200px;
  background: url(01-banner.png) no-repeat top center;
}

.ydwrapBanner {
  display: none;
}

.wrapNav {
  background: #3460AB;
}

.wrapNav .main {
  position: relative;
}

.wrapNav .nav-item {
  float: left;
  width: 165px;
  height: 48px;
  text-align: center;
  border-left: 1px solid #7B9EFF;
}

.wrapNav .nav-item:last-of-type {
  border-right: 1px solid #7B9EFF;
}

.wrapNav .nav-item .item-a {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  position: relative;
}

.wrapNav .nav-item .item-a .icon-rol {
  position: absolute;
  left: 70px;
  bottom: -20px;
  border-top: 10px solid #3460AB;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: none;
}

.wrapNav .nav-item:hover .icon-rol {
  display: block;
  z-index: 101;
}

.wrapNav .nav-item .item-a {
  display: inline-block;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
}

.wrapNav .nav-item ul {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 20px 0px;
}

.wrapNav .nav-item ul li {
  float: left;
  margin-right: 24px;
}

.wrapNav .nav-item ul li a {
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}

.wrapNav .nav-item ul li a:hover {
  color: #3460AB;
}

.wrapNav .nav-item:hover ul {
  display: block;
}

.wrapNav .nav-item .list-hd li.active {
  margin-left: 369px;
}

.wrapNav .nav-item .list-jg {
  padding-left: 45px;
}

.wrapNav .nav-item .list-gk {
  padding-left: 280px;
}

.wrapNav .nav-item .list-xw {
  padding-left: 545px;
}

.wrapNav .nav-item .list-bs {
  padding-left: 680px;
}

.wrapNav .nav-item .list-jg li.active {
  margin-left: 24px;
}

.wrapNav .nav-item .list-fw li.active {
  margin-left: 24px;
}

.wrapNav .nav-item .list-dj li.active {
  margin-left: 420px;
}

.wrapNav .nav-item .list-kp li.active {
  margin-left: 663px;
}

.wrapNav .nav-item .list-xfwh li.active {
  margin-left: 710px;
}

.wrapNav .nav-item .list-qmxf li.active {
  margin-left: 416px;
}

.wrapCon .tong1 {
  background: #fff;
  overflow: hidden;
}

.wrapCon .tong1 .tong1_Con {
  width: 960px;
  padding: 24px 20px 0;
}

.wrapCon .tong1 .tong1_Con .tong1_Con_top {
  font-family: PingFangSC-Medium;
  font-size: 26px;
  color: #3460AB;
  letter-spacing: 0;
  text-align: center;
  width: 960px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}

.wrapCon .tong1_Con a {
  color: #3460AB;
}

.wrapCon .tong1 .tong1_Con .tong1_Con_middleLine {
  opacity: 0.2;
  background: #5C8FE5;
  height: 1px;
  width: 960px;
}

.wrapCon .tong1 .tong1_Con .tong1_Con_centerLine {
  opacity: 0.2;
  background: #5C8FE5;
  height: 45px;
  width: 1px;
  float: left;
  margin-top: 28px;
}

.wrapCon .tong1 .tong1_Con .left {
  padding-right: 9px;
}

.wrapCon .tong1 .tong1_Con .right {
  padding-left: 10px;
}

.wrapCon .tong1 .tong1_Con .tong1_Con_common {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #3460AB;
  letter-spacing: 0;
  text-align: center;
  width: 470px;
  padding-top: 20px;
}

.footer {
  height: 214px;
  background-color: #F3F8FA;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #F3F8FA 100%);
  position: relative;
  z-index: 10;
}

.footer .select .btn-item {
  float: left;
  position: relative;
  width: 250px;
}

.footer .select .btn-item.last {
  margin-right: 0;
}

.footer .select .btn-item .item-a {
  position: relative;
  cursor: pointer;
  width: 250px;
  height: 50px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
}

.footer .select .btn-item li .icon-b {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 13px;
  top: 14px;
  background: url(whitedot.png) no-repeat center;
  background-size: cover;
}

.footer .select .btn-item ul li {
  position: relative;
  letter-spacing: 1px;
  width: 184px;
  height: 32px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 32px;
}

.footer .select .btn-item ul li:hover {
  background: #146eaa;
}

.footer .select .btn-item ul li a {
  color: #fff
}

.footer .select .btn-item ul li:hover a {
  color: #06355b !important;
}

.footer .select .btn-item ul {
  position: absolute;
  left: 0;
  display: none;
  padding: 20px;
}

.footer .select .btn-item:hover ul {
  display: block;
  background: #146eaa;
}

.footer .bot {
  position: relative;
  margin-top: 19px;
  margin-bottom: 21px;
  width: 650px;
  margin: 15px auto 0;
}

.footer .bot .bot-txt {
  text-align: left;
  padding-left: 235px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.5px;
}

.footer .bot .bot-txt ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 0;
}

.footer .bot .bot-txt ul li.phone {
  position: relative;
}

.footer .bot .bot-txt ul li.phone span {
  position: absolute;
  top: -68px;
  left: -80px;
  width: 176px;
  height: 61px;
  background: #3574B9;
  display: none;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-right: 44px;
  text-align: right;
  line-height: 61px;
  margin: 0;
}

.footer .bot .bot-txt ul li.phone span .icon-b {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 45px;
  top: 28px;
  border-radius: 3px;
  background: url(whitedot.png) no-repeat center;
  background-size: cover;
}

.footer .bot .bot-txt ul li a {
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.5px;
}

.footer .bot .bot-txt ul li:hover a {
  color: #3460AB;
}

.footer .bot .bot-txt ul li.phone:hover span {
  display: block;
  color: #ffffff;
}

.footer .bot .bot-txt ul li span {
  margin: 0 13px;
  font-size: 12px;
}

.footer .bot .bot-txt ul li a {
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.67px;
}

.footer .bot .bot-txt ul li span {
  margin: 0 5px;
}

.footer .bot .bot-txt p {
  font-size: 12px;
  color: #505050;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0.5px;
}

.footer .bot .bot-txt p a.codeNum {
  color: #505050;
}

.footer .bot .bot-txt p a.codeNum:hover {
  color: #3460AB;
}

.footer .bot .bot-txt p span i {
  margin-left: 22px;
  margin-right: 3px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url('police.png') no-repeat center;
}

.footer .bot img.left {
  position: absolute;
  left: 87px;
  top: 18px;
}

.footer .bot img.right {
  position: absolute;
  right: 97px;
  top: 18px;
}

.footer .footer_link {
  height: 50px;
  background: #3460AB;
}

.sitemap {
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 3px
}

.sitemap .title {
  line-height: 32px;
  border-bottom: 1px solid #e5ecfa;
}

.sitemap .item {
  float: left;
  line-height: 28px;
  padding-top: 15px;
  font-size: 16px;
  width: 100%;
}

.sitemap .item .link {
  color: #7a869d;
  text-decoration: none;
}

.ydnav {
  display: none;
}

.wzdt {
  width: 1000px;
  margin: 70px auto;
  background: #FFF;
}

.wzdt .bt {
  font-size: 26px;
  margin-bottom: 20px;
  color: #3460AB;
}

.ydwzdt {
  display: none;
}

.ydmore2 {
  display: none;
}

.ydbiaoti {
  display: none;
}

.index-gk {
  width: 410px;
}

.index-gl-nr {
  margin: 0 auto;
  display: table;
}